All Questions
Tagged with binary-codecode-review
2 questions
8votes
4answers
4kviews
Static code review approach
My questions is related with static code analysis approach used by Veracode vs Fortify/AppScan. Veracode – Finds security flaws in application binaries and bytecode without requiring source Fortify/...
14votes
6answers
5kviews
Code Analysis: Binary vs Source
While conducting a software security assessment, if you have access to the source code of a compiled application (say C++), would you ever do any analysis upon the compiled version, either with any ...